org.eclipse.vtp.desktop.editors.core.elements
Class ComparisonInformationProvider

java.lang.Object
  extended by org.eclipse.vtp.desktop.editors.core.elements.PrimitiveInformationProvider
      extended by org.eclipse.vtp.desktop.editors.core.elements.ComparisonInformationProvider

public class ComparisonInformationProvider
extends PrimitiveInformationProvider


Constructor Summary
ComparisonInformationProvider(PrimitiveElement element)
           
 
Method Summary
 boolean acceptConnector(Element origin)
           
 int getCompType()
           
 ConnectorRecord getConnectorRecord(java.lang.String recordName)
           
 java.util.List getConnectorRecords()
           
 java.util.List getConnectorRecords(int type)
           
 int getLType()
           
 java.lang.String getLValue()
           
 java.util.List getPropertiesPanels()
           
 int getRType()
           
 java.lang.String getRValue()
           
 boolean hasConnectors()
           
 void readConfiguration(org.w3c.dom.Element configuration)
           
 void setCompType(int compType)
           
 void setLType(int type)
           
 void setLValue(java.lang.String value)
           
 void setRType(int type)
           
 void setRValue(java.lang.String value)
           
 void writeConfiguration(org.w3c.dom.Element configuration)
           
 
Methods inherited from class org.eclipse.vtp.desktop.editors.core.elements.PrimitiveInformationProvider
canDelete, getActions, getElement, getOutgoingVariables, hasPathToStart, resolve
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComparisonInformationProvider

public ComparisonInformationProvider(PrimitiveElement element)
Method Detail

acceptConnector

public boolean acceptConnector(Element origin)
Specified by:
acceptConnector in class PrimitiveInformationProvider

getConnectorRecord

public ConnectorRecord getConnectorRecord(java.lang.String recordName)
Specified by:
getConnectorRecord in class PrimitiveInformationProvider

getConnectorRecords

public java.util.List getConnectorRecords()
Specified by:
getConnectorRecords in class PrimitiveInformationProvider

getConnectorRecords

public java.util.List getConnectorRecords(int type)
Specified by:
getConnectorRecords in class PrimitiveInformationProvider

readConfiguration

public void readConfiguration(org.w3c.dom.Element configuration)
Specified by:
readConfiguration in class PrimitiveInformationProvider

writeConfiguration

public void writeConfiguration(org.w3c.dom.Element configuration)
Specified by:
writeConfiguration in class PrimitiveInformationProvider

getPropertiesPanels

public java.util.List getPropertiesPanels()
Specified by:
getPropertiesPanels in class PrimitiveInformationProvider

getCompType

public int getCompType()

setCompType

public void setCompType(int compType)

getLType

public int getLType()

setLType

public void setLType(int type)

getLValue

public java.lang.String getLValue()

setLValue

public void setLValue(java.lang.String value)

getRType

public int getRType()

setRType

public void setRType(int type)

getRValue

public java.lang.String getRValue()

setRValue

public void setRValue(java.lang.String value)

hasConnectors

public boolean hasConnectors()
Specified by:
hasConnectors in class PrimitiveInformationProvider